home *** CD-ROM | disk | FTP | other *** search
/ Alde ADA 5 #1 / ADA CD-ROM - Alde Publishing.iso / cm / cais.sid < prev    next >
Encoding:
Text File  |  1988-05-03  |  5.2 KB  |  120 lines

  1. --= SID = SIMTEL20 Ada Software Repository Item Description File = SID =--
  2. -- UNIT NAME         : CAIS
  3. -- VERSION           : 860307
  4. -- REVIEW CODE       : 
  5. -- DDN ADDRESS       : cig-info at mitre
  6. -- AUTHOR            : Mitre Corp.
  7. --                   : Rebecca Bowerman    Helen Gill
  8. --                   : Chuck Howell        Robbie Hutchison
  9. --                   : Mike McClimens
  10. -- COPYRIGHT         : 
  11. -- DATE CREATED      : 07 MAR 86
  12. -- DATE RELEASED     : 07 MAR 86
  13. -- DATE LAST UPDATED : 07 MAR 86
  14. -- LOCATION          : ASR
  15. -- ENVIRONMENT       : Vax 8600
  16. --                   : UNIX (Berkeley 4.2 based)
  17. --                   : Ultrix 1.2 on VAX 8600
  18. --                   : Sun UNIX 4.2 Release 2.0 on Sun2s
  19. --                   : Verdix Ada Development Sys
  20. --= CLASSIFICATION       ===============================================--
  21. -- CATEGORY LEVEL 1  : CAIS
  22. -- CATEGORY LEVEL 2  : Specific Implementation
  23. -- CATEGORY LEVEL 3  : Mitre CAIS
  24. -- CATEGORY LEVEL 4  : Source Code
  25. -- KEYWORD           : Tool Interfaces
  26. -- KEYWORD           : Portability
  27. -- KEYWORD           : Stoneman
  28. -- KEYWORD           : Operating System Calls
  29. -- KEYWORD           : Host-Dependencies
  30. -- KEYWORD           : MIL-STD-CAIS
  31. -- KEYWORD           : APSE
  32. -- KEYWORD           : Programming Support Environment
  33. -- INDEX             : Tool Interfaces
  34. -- INDEX             : Portability
  35. -- INDEX             : Interfaces, Tool
  36. -- INDEX             : Stoneman
  37. -- INDEX             : Operating System Calls
  38. -- INDEX             : Calls, Operating System
  39. -- INDEX             : Host Dependencies
  40. -- INDEX             : Dependencies, Host
  41. -- INDEX             : MIL-STD-CAIS
  42. -- INDEX             : CAIS
  43. -- INDEX             : APSE
  44. -- INDEX             : Programming Support Environment
  45. -- INDEX             : Environment, Programming Support
  46. -- INDEX             : Common APSE Interface Set
  47. -- TAXONOMY          : 
  48. -- DEPENDENCIES      : 
  49. -- SEE ALSO          : 
  50. --= FILE LISTING         ===============================================--
  51. -- FILE SPECS        : PD:<ADA.CAIS>CAIS.*
  52. -- DIRECTORY DISPLAY :
  53. -- Directory   PD:<ADA.CAIS>
  54. --      File Name     Byte Count  Line Count
  55. --   ---------------  ----------  ----------
  56. --   CAIS.PRO               4658          96
  57. --   CAIS.SRC            1333231       37983
  58. --   ===============  ==========  ==========
  59. --     2 Files           1337889       38079
  60. --= ABSTRACT             ===============================================--
  61. --         This CAIS package provides a robust subset of the inter- faces
  62. -- defined in  the  proposed  Military  Standard  Common  Apse  Interface
  63. -- Set(CAIS).  The goal of MIL-STD-CAIS is to promote tool portability by
  64. -- providing a standardized set of calls for operating  system  services.
  65. -- It  is  also  hoped  that  definition of a generalized node model will
  66. -- increase the interoperability of tool sets.
  67. -- 
  68. --         This subset includes:
  69. -- 
  70. --         5.1.1,2,3,5 -- Node_Definitions, Node_Management,  Attributes,
  71. -- and Structural_Nodes
  72. -- 
  73. --         5.3.1,1-4,10--   Io_Definitions,   Direct_Io,   Sequential_Io,
  74. -- Text_Io,   and   File_Import_Export   (also   a  few  procedures  from
  75. -- Scroll_Terminal)
  76. -- 
  77. --         5.4.1-20,21    --    List_Utilities,   Identifier_Items,   and
  78. -- String_Items
  79. -- 
  80. --         The    interfaces    not    included    are    Access_Control,
  81. -- Process_Control, Io_Control, the Io device packages,  Float_Item,  and
  82. -- Integer_Item.
  83. -- 
  84. --         It is intended that this CAIS subset be  used  to  investigate
  85. -- the  extent  to  which CAIS supports the needs of software development
  86. -- tools.  Only by rehosting  tools  and  their  data  to  CAIS  can  the
  87. -- viability of CAIS be determined.
  88. --= REVISION HISTORY     ===============================================--
  89. --
  90. -- DATE      VERSION AUTHOR        HISTORY
  91. -- 03/07/85  860307  Mitre Corp    Initial Release
  92. --= RELEASE NOTICE       ===============================================--
  93. -- This prologue must be included in all copies of this software.
  94. --
  95. -- This software is released to the Public Domain (note:
  96. --   software released to the Public Domain is not subject
  97. --   to copyright protection).
  98. --
  99. -- Restrictions on use or distribution:  Although there are
  100. --      no current plans to provide maintenance for this CAIS,
  101. --      further modifications are planned. We would appreciate
  102. --      your reporting problems and experiences to:
  103. --              
  104. --                cig-info at mitre    (net address)
  105. --
  106. --      or call at:
  107. --
  108. --                (703)  883-7858
  109. --= DISCLAIMER           ===============================================--
  110. --    This software and its documentation are provided "AS IS" and
  111. -- without any expressed or implied warranties whatsoever.  No warranties
  112. -- as to performance, merchantability, or fitness for a particular
  113. -- purpose exist.
  114. --    The user is advised to test the software thoroughly before
  115. -- relying on it.  The user must assume the entire risk and liability of
  116. -- using this software.  In no event shall any person or organization of
  117. -- people be held responsible for any direct, indirect, consequential or
  118. -- inconsequential damages or lost profits.
  119. --======================================================================--
  120.